notebook: Document CSS node order
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jan 2016 04:14:09 +0000 (23:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jan 2016 04:14:09 +0000 (23:14 -0500)
gtk/gtknotebook.c

index e5774649e6159eb2946c8de2cfd74769bda4ec14..ca665da20a1082d25157b01b208e73d053456f3b 100644 (file)
  * reorderable pages, the tab node gets the .reorderable-page class.
  *
  * A tab node gets the .dnd style class while it is moved with drag-and-drop.
+ *
+ * The nodes are always arranged from left-to-right, regarldess of text direction.
  */